From: Dan Nicolaescu Date: Tue, 27 Jul 2010 04:12:42 +0000 (-0700) Subject: * src/xmenu.c: Do not included lwlib.h, not needed. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7129 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=596d2dd3ac69591c82a7d83398d72a33ec3b3343;p=emacs.git * src/xmenu.c: Do not included lwlib.h, not needed. --- diff --git a/src/ChangeLog b/src/ChangeLog index 37936ad8baf..ce91de9c5e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-07-27 Dan Nicolaescu + * xmenu.c: Do not included lwlib.h, not needed. + * m/iris4d.h (XUINT, XSET): Remove, not needed. * process.c: Move definitions earlier to minimize #ifdefs. diff --git a/src/xmenu.c b/src/xmenu.c index 2fb39339b98..9163f7c31da 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -89,7 +89,6 @@ along with GNU Emacs. If not, see . */ #include #endif /* HAVE_XAW3D */ #endif /* USE_LUCID */ -#include "../lwlib/lwlib.h" #else /* not USE_X_TOOLKIT */ #ifndef USE_GTK #include "../oldXMenu/XMenu.h"